home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7615 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.3 KB

  1. Path: Inter.NL.net!hguijt
  2. From: hguijt@nijmegen.inter.nl.net (H.Guijt)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Say *perhaps* to fat binaries
  5. Date: 18 Apr 1996 19:32:00 GMT
  6. Organization: Inter.NL.net, The Internet Provider in The Netherlands.
  7. Message-ID: <4l65bg$pmm@altrade.nijmegen.inter.nl.net>
  8. NNTP-Posting-Host: hatert.nijmegen.inter.nl.net
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11.  
  12. Stephan Schreiber (septh@club-internet.fr) wrote:
  13. >Well, IMHO this is true... but only in theory. In practice, it's nearly
  14. >impossible for an unexpected requester to pop up "by surprise" just because
  15. >requesters usually appear in response to a user action. So, if you've just
  16. >been selecting a menu item or clicking on a gadget, you can't be
  17. >simultaneoulsy typing some text in another application... Exec may be
  18. >multatisking, but users are not.
  19.  
  20. Duh! I beg to differ. I was doing a 70-odd disk backup, and typing a letter
  21. at the same time. Because the Amiga is multitasking this is not at all a
  22. problem. However, around disk 43 I had a faulty disk and the computer popped
  23. up a requester saying something like
  24.  
  25. "Your disk is faulty"
  26. "Retry" "Abort"
  27.  
  28. The requester stole the input focus, and because I have ReqTools installed
  29. it reacted to the 'N' key (which happened to activate the abort option).
  30. Sure enough, my backup aborted and I could start over again.
  31.  
  32. If the requester had not answered to the 'n' key I wouldn't have had any
  33. problem.
  34.  
  35. >Of course, there's always the possibilty for the requester to appear after
  36. >some delay, but the case is quite rare.
  37.  
  38. Perhaps for you, but definitely not for me. Don't you ever start a search in
  39. Diskmaster? It pops a requester when it finds what you are looking for. This
  40. can take some time, and I want to be able to use my keyboard during that
  41. time. Term is another example of a program that pops up requesters from time
  42. to time (although it doesn't automatically give them input focus; excellent
  43. design decision!).
  44.  
  45. >> No, Return or Esc or whatever comes to mind is not, repeat *NOT*, an
  46. >> appropriate key mapping for answering requesters per default, on a
  47. >> multitasking platform. The AmigaOS programmers did it right.
  48. >
  49. >Maybe a combination like right-Amiga-Return or left-Amiga-Esc is the
  50. >solution?
  51. >Nevertheless it looks much better than left-Amiga-C and left-Amiga-V.
  52.  
  53. Read The Docs. You are on csa.programmer so you should have them. The system
  54. reserves the left Amiga key for system things. Right amiga return can
  55. therefore be claimed by any application.
  56.  
  57. Anyway, what's wrong with LAmiga-V,B? They are easily typable, memorable
  58. enough (V is for left gadget, B for right gadget), they don't change when
  59. the gadget text changes, and if nothing else they provide a nice bit of
  60. discoverability(1).
  61.  
  62. >> When you obviously are only accustomed to monotasking environments,
  63. >> please first learn a bit more about the circumstances to be considered
  64. >> on a Real Multitasking Platform.
  65. >
  66. >As I said before: users are *NOT* multitasking. That should not be
  67. >forgotten,
  68. >neither...
  69.  
  70. Then you are not using your Amiga to the fullest of its potential. I am
  71. doing lots of things at the same time, all the time. I am happy I have a
  72. computer that can keep up with what I want to do at any given point of time.
  73.  
  74.  
  75. Bye,
  76.  
  77. Hans
  78.  
  79.  
  80. (1) That's a feature you wish you had learned about 2 years earlier, and it
  81. is in fact in the docs but not in any place where you would look.
  82.